home *** CD-ROM | disk | FTP | other *** search
/ Windows 95 API Bible / Windows 95 API Bible 3 Disc Set.iso / Win32 API Bible Book 1 of 3 / INCLUDE / ATOMTEST.H < prev    next >
C/C++ Source or Header  |  1995-03-22  |  369b  |  17 lines

  1. // Header File atomtest.h
  2.  
  3. /* Atom header file */
  4.  
  5. #include <windows.h>
  6.  
  7. #define IDM_ADDATOM            101
  8. #define IDM_DELETEATOM         102
  9. #define IDM_EXIT               103
  10.  
  11. #define DLG_VERFIRST        400
  12. #define DLG_VERLAST         404
  13.  
  14. LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
  15. LRESULT CALLBACK About  (HWND, UINT, WPARAM, LPARAM);
  16.  
  17.